Learn R Programming

celestial (version 1.5.8)

Cosmology Reference Sets: Cosmology parameter data included in celestial package.

Description

cosref: Cosmology H0 / OmegaM / OmegaL / OmegaR (via OmegaM/zeq) and Sigma8 parameters taken from Planck (13/15/18), WMAP (1/3/5/9), Millennium Simulation and GiggleZ. Not all of these exist for each source, so NA values are used in these cases.

For Planck we use the second column of the main cosmology table, which does no use external data.

Usage

data(cosref)

Arguments

Author

Aaron Robotham

Details

The included data is a table of the following cosmological parameters:

RefH0OmegaMOmegaLOmegaRSigma8
73770.00.3000.700NANA
137100.00.3000.700NANA
Planck68.40.3010.6998.985075e-050.793
Planck1868.40.3010.6998.985075e-050.793
Planck1567.80.3080.6929.150327e-050.815
Planck1367.30.3150.6859.289295e-050.829
WMAP69.70.2880.7128.780488e-050.817
WMAP969.70.2880.7128.780488e-050.817
WMAP770.40.2750.7258.569648e-050.816
WMAP570.50.2740.7268.45679e-050.812
WMAP370.40.2680.732NA0.776
WMAP172.00.2900.710NA0.900
Millennium73.00.2500.750NA0.900
GiggleZ70.50.2730.727NA0.812

References

NameFull ReferencearXiv Refence
737Simplified concordance cosomologyNA
137Simplified concordance cosomologyNA
Planck 18Planck Collaboration, 2018, arXiv, 1807.06209arxiv:1807.06209
Planck 15Planck Collaboration, 2015, A&A, 594, 13arxiv:1502.01589
Planck 13Planck Collaboration, 2014, A&A, 571, 16arXiv:1303.5076v3
WMAP9Hinshaw G., et al., 2013, ApJS, 208, 19arXiv:1212.5226v3
WMAP7Komatsu E., et al., 2010, ApJS, 192, 18arXiv:1001.4538v3
WMAP5Komatsu E., et al., 2009, ApJS, 180, 306arXiv:0803.0547v2
WMAP3Spergel D. N., et al., 2007, ApJS, 170, 377arXiv:astro-ph/0603449v2
WMAP1Spergel D. N., et al., 2003, ApJS, 148, 175arXiv:astro-ph/0302209v3
MillenniumSpringel V., et al., 2005, Nature, 435, 629arXiv:astro-ph/0504097v2
GiggleZPoole G. B., et al., 2015, MNRAS, 449, 1454arXiv:1407.0390v1

See Also

cosvol, cosmap, cosdist, cosgrow

Examples

Run this code
data(cosref)
cosref[cosref[,'Ref']=='Planck',]

Run the code above in your browser using DataLab